Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(android): file picker result processing #1352

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

lucasfernog
Copy link
Member

The Android file picker result callback implementation is incorrectly checking the expected minimum result length. This only impacts usage on SDK 34+ because on older releases the FileChooserParams.parseResult properly resolves the response.

The Android file picker result callback implementation is incorrectly checking the expected minimum result length. This only impacts usage on SDK 34+ because on older releases the `FileChooserParams.parseResult` properly resolves the response.
@lucasfernog lucasfernog requested a review from a team as a code owner September 3, 2024 02:01
Copy link
Contributor

github-actions bot commented Sep 3, 2024

Package Changes Through 5b331ad

There are 1 changes which include wry with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
wry 0.43.0 0.43.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog
Copy link
Member Author

From my debugging it looks like before api 34 the data was shared as clipData only for multiple file selection, so our broken if() condition didn’t trigger issues

@amrbashir amrbashir merged commit 5cea504 into dev Sep 3, 2024
13 checks passed
@amrbashir amrbashir deleted the fix/android-file-picker branch September 3, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants